RichTextKit v0.4

Slice<T> Constructors

Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit.Utils
Declaring Type: Slice<T>

Overloads

Slice(T[])

Constructs a new slice covering the entire passed array.

Slice(T[], int, int)

Constructs a new slice for part of the passed array.

Slice(T[])

Constructs a new slice covering the entire passed array.

public Slice(T[] array);

Parameters

T[] array

Slice(T[], int, int)

Constructs a new slice for part of the passed array.

public Slice(T[] array, int start, int length);

Parameters

T[] array
int start
int length